[INFO] cloning repository https://github.com/jwwb681232/PLC_Bridge_Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwwb681232/PLC_Bridge_Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwwb681232%2FPLC_Bridge_Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwwb681232%2FPLC_Bridge_Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a48a5ee7a7fca2d6177f5a06ced2de3d9a62c015
[INFO] checking jwwb681232/PLC_Bridge_Rust against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwwb681232%2FPLC_Bridge_Rust" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jwwb681232/PLC_Bridge_Rust
[INFO] finished tweaking git repo https://github.com/jwwb681232/PLC_Bridge_Rust
[INFO] tweaked toml for git repo https://github.com/jwwb681232/PLC_Bridge_Rust written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jwwb681232/PLC_Bridge_Rust on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jwwb681232/PLC_Bridge_Rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tinyvec v1.5.0
[INFO] [stderr]   Downloaded local_ipaddress v0.1.3
[INFO] [stderr]   Downloaded ppv-lite86 v0.2.14
[INFO] [stderr]   Downloaded ws v0.9.1
[INFO] [stderr]   Downloaded dotenv_codegen v0.15.0
[INFO] [stderr]   Downloaded dotenv_codegen_implementation v0.15.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.30
[INFO] [stderr]   Downloaded syn v1.0.80
[INFO] [stderr]   Downloaded libc v0.2.104
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771
[INFO] running `Command { std: "docker" "start" "77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.104
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.30
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking tinyvec v1.5.0
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.14
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking local_ipaddress v0.1.3
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking ws v0.9.1
[INFO] [stderr]    Compiling dotenv_codegen_implementation v0.15.0
[INFO] [stderr]     Checking dotenv_codegen v0.15.0
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking winres v0.1.12
[INFO] [stderr]    Compiling plc_bridge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.14s
[INFO] running `Command { std: "docker" "inspect" "77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771", kill_on_drop: false }`
[INFO] [stdout] 77f48f938088a399d81b9188b8b617d2293cfe9f57473b4c1c17637937668771
